home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / images / arachne.igz / arachne.img / LEVEL1 / HELP.CAB / bin / help.bat
DOS Batch File  |  2005-01-16  |  411b  |  18 lines

  1. @if "%debug%"=="" echo off
  2. echo.
  3. cls
  4. echo.
  5. if "%1"=="" goto _all
  6. if "%1"==":" if not "%2"=="" shift
  7. if not exist %ramdrv%\help\%1.hlp goto _all
  8. type %ramdrv%\help\%1.hlp
  9. echo.
  10. goto _end
  11. :_all
  12. echo You can use the following commands:
  13. echo -------------------------------------------------------------------------------
  14. for %%i in (%ramdrv%\help\*.hlp) do type %%i
  15. echo.
  16. if "%1"==":" pause
  17. :_end
  18.